<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é£˜çª—å®šä½æ&nbsp;·å¼*/
.window-left {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.window-left &gt; div {
    text-align: left;
    position: relative
}

.window-close img {
    width: 25px;
    height: auto;
}

.window-close:hover {
    cursor: pointer;
}

.window-center {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9;
    width: 800px
}

.window-center &gt; div {
    text-align: center;
    position: relative
}


.window-right {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.window-right &gt; div {
    text-align: right;
    position: relative
}</pre></body></html>